home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / database / mdbguru / cb.pro < prev    next >
Text File  |  1995-02-25  |  314b  |  12 lines

  1. ; properties for a check box
  2. Caption         =   "<<fieldname>>"
  3. Height          =   350
  4. Index           =   <<index>>
  5. Left            =   <<left>>
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Top             =   <<top>>
  9. Value           =   1  'Checked
  10. Width           =   1000
  11.  
  12.